home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / ksh_v04a.lzh / logout.ksh < prev    next >
Encoding:
Text File  |  1991-01-10  |  122 b   |  9 lines

  1. #    switch back to 25 line mode
  2.  
  3. d:/bin/fsw big
  4.  
  5. #    Tidy up lpd spooler
  6. if [ -n "$LPDPID" ] then
  7.     kill -9 $LPDPID
  8. fi
  9.